home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / html / src / readline.src < prev    next >
Text File  |  1998-07-19  |  839b  |  23 lines

  1. @@@STARTPACK(readline;GNU Readline Library)
  2. <P>
  3. The GNU Readline Library is a facility which aids in the consistency of 
  4. user interface across discrete programs that need to provide a command 
  5. line interface. 
  6. <P>
  7. readline will read a line from the terminal and  return  it.
  8. The line returned is allocated with  malloc(3),  so
  9. the  caller  must  free it when finished.  The line returned
  10. has the final newline removed, so only the text of the  line
  11. remains.
  12. <P>
  13. readline offers  editing  capabilities  while  the  user  is
  14. entering  the  line.   By default, the line editing commands
  15. are similar to those of  emacs.   A  vi-style  line  editing
  16. interface is also available.
  17. <P>
  18.  
  19. @@@OSR5DIST(http://www.sco.com/skunkware/osr5/devtools/)
  20. @@@UW2DIST(http://www.sco.com/skunkware/uw7/lib/)
  21. @@@SOURCE(ftp://prep.ai.mit.edu:/pub/gnu)
  22. @@@ENDPACK
  23.